wayland: Do not check the pointer focus when receiving wl_pointer.frame
authorCarlos Garnacho <carlosg@gnome.org>
Mon, 18 Apr 2016 12:10:24 +0000 (13:10 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Mon, 18 Apr 2016 13:14:33 +0000 (14:14 +0100)
commitbfcd9a2193215cd1b3bcf415c02922e524958bc6
tree6f52b6585070dbf0d7f8e93732bed4ef433da1e9
parent358d15ae5eabfa52b2dc3458e8ac59bec4d4e473
wayland: Do not check the pointer focus when receiving wl_pointer.frame

The frame event is also meant to compress wl_pointer.leave events, at this
point the focus surface will be definitely NULL. In the end, wl_pointer.frame
should flush the last composed event despite the pointer focus.

https://bugzilla.gnome.org/show_bug.cgi?id=765065
gdk/wayland/gdkdevice-wayland.c